* for older API's, and is not expected to be useful for applications.
*
* Since: 2.4
+ *
+ * Deprecated: 3.14: Embedded rectangles and attachment points are deprecated
**/
void
gtk_icon_info_set_raw_coordinates (GtkIconInfo *icon_info,
* Returns: %TRUE if the icon has an embedded rectangle
*
* Since: 2.4
+ *
+ * Deprecated: 3.14: Embedded rectangles are deprecated
**/
gboolean
gtk_icon_info_get_embedded_rect (GtkIconInfo *icon_info,
* Returns: %TRUE if there are any attach points for the icon.
*
* Since: 2.4
+ *
+ * Deprecated: 3.14: Attachment points are deprecated
**/
gboolean
gtk_icon_info_get_attach_points (GtkIconInfo *icon_info,
* is owned @icon_info and must not be modified or free.
*
* Since: 2.4
+ *
+ * Deprecated: 3.14: Display names are deprecated
**/
const gchar *
gtk_icon_info_get_display_name (GtkIconInfo *icon_info)
GtkStateType state,
gboolean *was_symbolic,
GError **error);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_14
void gtk_icon_info_set_raw_coordinates (GtkIconInfo *icon_info,
gboolean raw_coordinates);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_14
gboolean gtk_icon_info_get_embedded_rect (GtkIconInfo *icon_info,
GdkRectangle *rectangle);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_14
gboolean gtk_icon_info_get_attach_points (GtkIconInfo *icon_info,
GdkPoint **points,
gint *n_points);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_14
const gchar * gtk_icon_info_get_display_name (GtkIconInfo *icon_info);
G_END_DECLS